home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMPNENT / ISAMEXPT / ISAMEXPT.ZIP / CALPOP.DFM / CALPOP.txt
Text File  |  1996-04-05  |  442b  |  22 lines

  1. object frmCalPop: TfrmCalPop
  2.   Left = 253
  3.   Top = 117
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 115
  7.   ClientWidth = 175
  8.   Color = clSilver
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   PixelsPerInch = 96
  15.   OnKeyDown = FormKeyDown
  16.   OnMouseDown = FormMouseDown
  17.   OnMouseMove = FormMouseMove
  18.   OnMouseUp = FormMouseUp
  19.   OnPaint = FormPaint
  20.   TextHeight = 16
  21. end
  22.